const google.golang.org/grpc.maxInt
7 uses
google.golang.org/grpc (current package)
rpc_util.go#L698: if int64(length) > int64(maxInt) {
rpc_util.go#L699: return 0, nil, status.Errorf(codes.ResourceExhausted, "grpc: received message larger than max length allowed on current machine (%d vs. %d)", length, maxInt)
service_config.go#L37: const maxInt = int(^uint(0) >> 1)
service_config.go#L230: if *m.MaxRequestMessageBytes > int64(maxInt) {
service_config.go#L231: mc.MaxReqSize = newInt(maxInt)
service_config.go#L237: if *m.MaxResponseMessageBytes > int64(maxInt) {
service_config.go#L238: mc.MaxRespSize = newInt(maxInt)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)